home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
ab20_archive
/
datacomm
/
xpr
/
xprkermit-1.111.lzh
/
options.lnt
< prev
next >
Wrap
Text File
|
1991-10-12
|
481b
|
13 lines
// options.lnt -- a Lint options file for Manx Aztec C with XPR Kermit
-DXPRKERMIT -si2 // XPR Kermit mode on, 2-byte integers
+fvr // varying return mode
-e7?? // Ignore all Info messages for now
-e537 // We wrap all our include files
-esym(526,calla,callaa,callad,calladd,calladda,calld,callda,calldaa) // defined in asm
-esym(526,DOSBase,myInit,myRomTag) // defined in asm code
-esym(526,_H1_org,_H2_end) // ditto
-e565 // No warnings about tags
-os(errors.txt)